@charset "UTF-8";
.x-product-list li .img img, .x-case-item .img img, .x-news-img img, .xypg-product-list li .img img, .xypg-case-list li .img img, .relate-product-slick .owl-item .img img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.x-product-list li .img:hover img, .x-case-item .img:hover img, .x-news-img:hover img, .xypg-product-list li .img:hover img, .xypg-case-list li .img:hover img, .relate-product-slick .owl-item .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.language-box .languages a {
	display: block;
	width: 100%;
	line-height: 40px;
	color: #fff;
}
.search-btn {
	float: right;
	width: 25px;
	height: 25px;
	background: url("img/26c7b4cff03a45864498d8f1b005209f00e47147.png") no-repeat center;
	margin-top: 7px;
	margin-left: 32px;
	cursor: pointer;
}
/* 三大优势 */
.advantage-box {
	padding: 50px 0;
}
.advantage-box .advantage-list {
	font-size: 0;
}
.advantage-box .advantage-list li {
	display: inline-block;
	width: 33.3333%;
}
.advantage-box .advantage-list li .img {
	display: inline-block;
	width: 90px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}
.advantage-box .advantage-list li .img img {
}
.advantage-box .advantage-list li .text {
	display: inline-block;
	width: calc(100% - 100px);
	margin-left: 10px;
	vertical-align: middle;
}
.advantage-box .advantage-list li .text h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
}
.advantage-box .advantage-list li .text p {
	font-size: 14px;
	color: #666;
}
.common-title {
	font-size: 24px;
	font-weight: bold;
	color: #014099;
	position: relative;
	margin-bottom: 50px;
	margin-top: 50px;
}
.common-title span {
	font-size: 60px;
	position: absolute;
	color: #eeeeee;
	bottom: 10px;
	left: 0px;
	z-index: 1;
	line-height: 50px;
}
.common-title p {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
.common-title a {
	position: absolute;
	right: 30px;
	color: #666;
	font-size: 14px;
	top: 8px;
	z-index: 3;
}
.common-title a:after {
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	right: -30px;
	background: #666;
	top: 49%;
}
.solutions-box {
    height: 510px;
    overflow: hidden;
}
.solutions-list {
	font-size: 0;
}
.solutions-list:hover li{ width:17.5%;}
.solutions-list li {cursor: pointer;
	width: 20%;
	height: 510px;
	display: inline-block;
	transition: all 0.3s;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.solutions-list li:hover{ width:30%;height: 510px;}
.solutions-list li.active {
	width: 40%;
}
.solutions-list li .img { width: 100%; height: 100%; background-size: 100% 100%;}
.solutions-list li .img img {
}
.solutions-list li .text {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	text-align: center;
	padding: 0 30px;
}
.solutions-list li .text h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 30px;
}
.solutions-list li .text h3:after {
	width: 30px;
	height: 5px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
	background: #fff;
}
.solutions-list li .text p {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.solutions-list li .text a {
	width: 120px;
	height: 36px;
	line-height: 36px;
	display: block;
	background-image: linear-gradient(#0c74f7, #2bb6fb);
	color: #fff;
	text-align: center;
	font-size: 14px;
	display: none;
}
.solutions-list li .text a:hover {
	background: #0c73f7;
	background-image: none;
	background: #0c73f7;
}
.solutions-list li.active .text {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 999;
	text-align: left;
}
.solutions-list li.active .text h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
	margin-bottom: 0;
}
.solutions-list li.active .text h3:after {
	width: 5px;
	height: 20px;
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	margin: 0;
	z-index: 9999;
	background: #0c73f7;
}
.solutions-list li.active .text p {
	font-size: 16px;
	color: #fff;
}
.solutions-list li.active .text a {
	width: 120px;
	height: 36px;
	line-height: 36px;
	display: block;
	background-image: linear-gradient(#0c74f7, #2bb6fb);
	color: #fff;
	text-align: center;
	font-size: 14px;
	display: block;
	margin-top: 30px;
}
.product-box {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 0;
}
.product-box .product-left {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #eee;
}
.product-box .product-left li {
	padding: 37px 0;
}
.product-box .product-left:hover {
	border: 1px solid #0c73f7;
}
.product-box .product-left li h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-bottom: 20px;
	padding-left: 50px;
}
.product-box .product-left li p {
	font-size: 14px;
	color: #666;
	padding-left: 50px;
}
.product-box .product-left li a {
	margin-left: 50px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	display: block;
	background: #014099;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
}
.product-box .product-left li a:hover {
	background: #0c73f7;
}
.product-box .product-left li .img {
	margin-top: 190px;
	text-align: right;
	margin-bottom: 67px;
}
.product-box .product-left li .img img {
	max-width: 100%;
}
.product-box .product-right {
	width: 66%;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	margin-left: 2%;
}
.product-box .product-right:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
}
.product-box .product-right li {
	padding: 30px;
	width: 48%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #eee;
	margin-bottom: 40px;
}
.product-box .product-right li:hover {
	border: 1px solid #0c73f7;
}
.product-box .product-right li h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-bottom: 20px;
}
.product-box .product-right li p {
	font-size: 14px;
	color: #666;
}
.product-box .product-right li a {
	width: 90px;
	height: 30px;
	line-height: 30px;
	display: block;
	background: #014099;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
}
.product-box .product-right li a:hover {
	background: #0c73f7;
}
.product-box .product-right li .img {
	margin-top: 10px;
	text-align: right;
}
.product-box .product-right li .img img {
	max-width: 100%;
}
.news-box {
	background: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 80px;
}
.news-box .news-list {
	font-size: 0;
}
.news-box .news-list .news-left {
	width: 39%;
	display: inline-block;
	vertical-align: top;
}
.news-box .news-list .news-left li {
}
.news-box .news-list .news-left li .img {
}
.news-box .news-list .news-left li .img img {
	width: 100%;
}
.news-box .news-list .news-left li .text {
	background: #efefef;
	padding: 30px;
}
.news-box .news-list .news-left li .text h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
}
.news-box .news-list .news-left li .text p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.news-box .news-list .news-left li .text a {
	font-size: 14px;
	color: #999;
	padding-right: 27px;
	background: url("img/d7538cacdef4f931fe65ab77788988785a8520d6.png") no-repeat center right;
	padding-left: 15px;
	position: relative;
}
.news-box .news-list .news-left li .text a:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 13px;
	background: #999;
	left: 0;
	top: 5px;
}
.news-box .news-list .news-left li:hover .text {
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}
.news-box .news-list .news-right {
	width: 55%;
	display: inline-block;
	vertical-align: top;
	margin-left: 6%;
}
.news-box .news-list .news-right .news {
	border-bottom: 1px solid #ddd;
	padding: 21.5px;
}
.news-box .news-list .news-right .news h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-bottom: 15px;
}
.news-box .news-list .news-right .news h3:hover {
	color: #0c73f7;
}
.news-box .news-list .news-right .news p {
	font-size: 14px;
	color: #333;
}
.news-box .news-list .news-right .news .date {
}
.news-box .news-list .news-right .news .date h4 {
	font-size: 14px;
	color: #999;
	padding-right: 30px;
	background: url("img/731a06f59a34cfc1e59d803d543fed6c5806f273.png") no-repeat center right;
	text-align: right;
}
.news-box .news-list .news-right .news:hover {
	box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}
.business-box {
	height: 693px;
	background: url("img/53cb97c3f9119a1855ade45cec52848dc29be7e9.jpg") no-repeat center center;
	padding: 50px 0;
}
.business-box .bussiness-title {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}